feat: pre-render /contracts page for SEO and LLM discoverability#451
Conversation
…-Coding#450) Add build-time HTML generation for the contracts page so crawlers and LLMs can read the content without executing JavaScript. - New script render-contracts.js: reads contracts.json, generates static HTML fragment with all contract titles, descriptions, templates, and anchor links - Chained from render-docs.js (runs during prebuild) - Registered in prerender-routes.js with SEO metadata The interactive features (checkbox selection, download) remain JS-only as progressive enhancement. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
Warning Rate limit exceeded
To keep reviews running without waiting, you can enable usage-based add-on for your organization. This allows additional reviews beyond the hourly cap. Account admins can enable it under billing. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Review rate limit: 0/1 reviews remaining, refill in 44 minutes and 57 seconds.Comment |
The redirect page for /workflow used a bare /spec-driven-development path, which resolved to the root domain instead of the GitHub Pages subdirectory. Now uses /Semantic-Anchors/spec-driven-development. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Closes #450
Summary
scripts/render-contracts.jsgenerates static HTML fromcontracts.jsonat build timeprerender-routes.jswith SEO title and descriptionTest plan
curl https://llm-coding.github.io/Semantic-Anchors/contracts/shows contract content (not empty shell)🤖 Generated with Claude Code